PNudge(long xAmount, long yAmount);
Moving multiple objects. The PNudge command can move more than one object at a time if multiple objects are selected.long xAmount;
Amount to move the object horizontally in twipslong yAmount;
Amount to move the object vertically in twips
Layout view only. Use the PNudge command only in layout view.
Example. The following example moves the selected object one inch to the right along the horizontal (x) axis, and three inches up along the vertical (y) axis, relative to the rulers' zero point.
PGetConvertStr x("1i");
PNudge(x, 3 * x);
Adobe PageMaker 6.5 Help > Commands > Window > Control Palette
Comments or suggestions? Contact Adobe Developer Support